ChannelListActivity

open class ChannelListActivity : AppCompatActivity

Activity displays a list of channels from a current user.

Functions

Link copied to clipboard
protected open fun createFragment(): Fragment
It will be called when the ChannelListActivity is being created.
Link copied to clipboard
protected open fun createRedirectChannelActivityIntent(@NonNull channelUrl: String): Intent
It will be called when it needs to redirect ChannelActivity from the push notification
Link copied to clipboard
open fun newIntent(@NonNull context: Context): Intent
open fun newIntent(@NonNull context: Context, @StyleRes themeResId: Int): Intent
Create an intent for a ChannelListActivity.
Link copied to clipboard
open fun newIntentFromCustomActivity(    @NonNull context: Context,     @NonNull cls: Class<out ChannelListActivity>,     @NonNull channelUrl: String): Intent
open fun newIntentFromCustomActivity(    @NonNull context: Context,     @NonNull cls: Class<out ChannelListActivity>,     @NonNull channelUrl: String,     @StyleRes themeResId: Int): Intent
Create an intent for a custom activity.
Link copied to clipboard
open fun newRedirectToChannelIntent(@NonNull context: Context, @NonNull channelUrl: String): Intent
open fun newRedirectToChannelIntent(    @NonNull context: Context,     @NonNull channelUrl: String,     @StyleRes themeResId: Int): Intent
Create an intent for a ChannelListActivity.
Link copied to clipboard
protected open fun onCreate(@Nullable savedInstanceState: Bundle)
Link copied to clipboard
protected open fun onNewIntent(@Nullable intent: Intent)